Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tracing-tracy requirement from 0.10.4 to 0.11.0 #11598

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Updates the requirements on tracing-tracy to permit the latest version.

Commits
  • d380940 ci doc building
  • d5c1507 Bump versions
  • 77c5196 Add flush-on-exit feature
  • d51df35 pass in metadata for stack depth config
  • 408e700 config: perhaps drop DynamicConfig too?
  • 3566ec6 doc: use TracyLayer::default where no customization of config occurs
  • 3fab9ab config: enable customization of behaviour upon an error condition
  • 5769e43 tracing-tracy: replace baked-in config fields with a Config trait
  • 43af427 manual-init: make it compile, add an additional ci configuration
  • ba0f2db client: support not(manual-lifetime) mode after all…
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [tracing-tracy](https://github.com/nagisa/rust_tracy_client) to permit the latest version.
- [Commits](nagisa/rust_tracy_client@tracing-tracy-v0.10.4...tracing-tracy-v0.11.0)

---
updated-dependencies:
- dependency-name: tracing-tracy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the C-Dependencies A change to the crates that Bevy depends on label Jan 29, 2024
@james7132 james7132 added the S-Adopt-Me The original PR author has no intent to complete this work. Pick me up! label Jan 29, 2024
@james7132
Copy link
Member

This requires actual code changes of some kind, looks like it requires a new config parameter when initializing the layer.

github-merge-queue bot pushed a commit that referenced this pull request Feb 3, 2024
…ent requirement from 0.16.4 to 0.17.0 (#11678)

# Objective

- Update `tracing-tracy`.
- Closes #11598.

## Solution

- Bump `tracing-tracy` to 0.11.0 and `tracy-client` alongside it to
0.17.0 to avoid duplicating that dependency in the deps tree.
- `TracyLayer` is now configurable on creation, so use the default
config.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/tracing-tracy-0.11.0 branch February 3, 2024 22:00
tjamaan pushed a commit to tjamaan/bevy that referenced this pull request Feb 6, 2024
…ent requirement from 0.16.4 to 0.17.0 (bevyengine#11678)

# Objective

- Update `tracing-tracy`.
- Closes bevyengine#11598.

## Solution

- Bump `tracing-tracy` to 0.11.0 and `tracy-client` alongside it to
0.17.0 to avoid duplicating that dependency in the deps tree.
- `TracyLayer` is now configurable on creation, so use the default
config.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Dependencies A change to the crates that Bevy depends on S-Adopt-Me The original PR author has no intent to complete this work. Pick me up!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant